home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / wake.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  653 b   |  34 lines

  1. wake
  2. {
  3.     qer_editorimage textures/misc_outside/wake.tga
  4.     qer_keyword natural
  5.     qer_keyword liquid
  6.     qer_keyword ocean
  7.     qer_trans .4
  8.     surfaceparm nonsolid
  9.     surfaceparm trans
  10.     surfaceparm water
  11.     cull none
  12.     nopicmip
  13.     deformvertexes wave 30 sin 0 10 0 .2
  14.         {
  15.         map textures/misc_outside/oceandday.tga
  16.         //blendFunc GL_ONE GL_ONE
  17.         rgbGen identity
  18.         tcMod scroll .2  .7
  19.     }
  20.     {
  21.         map textures/misc_outside/oceandday1.tga
  22.                 blendfunc add
  23.         tcMod scroll 0 .9
  24.     nextbundle
  25.         map textures/misc_outside/oceandday1.tga
  26.         tcMod scroll 0 .5
  27.     }
  28.     {
  29.         map $lightmap
  30.         rgbGen Identity
  31.         blendFunc GL_DST_COLOR GL_ZERO
  32.     }
  33. }
  34.